SftTree/NET 2.0

LastVisibleItem Property, SftTree Class

Softel vdm, Inc.

Returns the last visible item in the control.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property LastVisibleItem As ItemClass

C#   

public ItemClass LastVisibleItem { get; }

C++   

public: property ItemClass^ LastVisibleItem {
        ItemClass^ get();
}

Property Value

The last item or null/Nothing if the control's item collection is empty.

Comments

The LastVisibleItem property returns the last visible item in the control.

This is the very last item (on any level) that the control can display when the contents are scrolled to the very bottom.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com